ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientView<T> Class / Load Method

In This Topic
    Load Method (ClientView<T>)
    In This Topic
    Loads the entities of the client view.
    Syntax
    'Declaration
     
    
    Public Sub Load() 
    public void Load()
    Remarks
    If the entities are already in the cache, there will be no roundtrip to the server.
    See Also